home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / anacroz.swf / scripts / DefineSprite_1750 / frame_1 / DoAction_2.as next >
Text File  |  2010-11-09  |  1KB  |  40 lines

  1. if(onPress == undefined)
  2. {
  3.    var tmp;
  4.    onPress = function()
  5.    {
  6.       var _loc3_ = 1;
  7.       _root.fx.attachSound("select");
  8.       _root.fx.start();
  9.       _root["s" + _root.sd_sel].selecionado._visible = false;
  10.       this.selecionado._visible = true;
  11.       _root.sd_sel = 0;
  12.       tmp = tropa1.getLider();
  13.       _root.edSoldado = tmp.getNome();
  14.       _root.edClasse = _root.sd_valores[tmp.getClasse()][CLASSE];
  15.       _root.edNivel = tmp.getNivel();
  16.       _root.edEXP = tmp.getEXP();
  17.       _root.edPV = tmp.getMaxPV();
  18.       _root.edPM = tmp.getMaxPM();
  19.       _root.edATQ = tmp.getATQ();
  20.       _root.edDEF = tmp.getDEF();
  21.       _root.edAGL = tmp.getAGL();
  22.       _root.edINT = tmp.getINT();
  23.       _root.edMRL = tmp.getMRL();
  24.       _root.edCusto = tmp.getCusto();
  25.       while(_loc3_ < 6)
  26.       {
  27.          _root.mini_item["item" + _loc3_].useHandCursor = false;
  28.          if(tropa1.getLider().itens[_loc3_ - 1])
  29.          {
  30.             _root.mini_item["item" + _loc3_].gotoAndStop(tropa1.getLider().itens[_loc3_ - 1].getCod() + 2);
  31.          }
  32.          else
  33.          {
  34.             _root.mini_item["item" + _loc3_].gotoAndStop(1);
  35.          }
  36.          _loc3_ = _loc3_ + 1;
  37.       }
  38.    };
  39. }
  40.